<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header.lower {
  width: 100%;
  height: 75px;
  background: rgba(0, 16, 29, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 80; }
  @media screen and (max-width: 768px) {
    header.lower {
      height: 60px; } }
  header.lower &gt; .inner {
    text-align: center;
    height: 100%;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: -webkit- center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      header.lower &gt; .inner .logo1 {
        width: 120px; } }
    header.lower &gt; .inner .logo2 {
      position: absolute;
      width: 125px;
      right: 3%; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        header.lower &gt; .inner .logo2 {
          bottom: 20%; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
    header.lower &gt; .inner .logo2 {
      bottom: 28%; } }

      @media screen and (max-width: 768px) {
        header.lower &gt; .inner .logo2 {
          width: 70px; } }

footer {
  background: #1f252a;
  padding: 80px 0 20px; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 20px 5vw 10px; } }
  footer &gt; .inner {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      footer &gt; .inner {
        margin-bottom: 10px; } }
    footer &gt; .inner .logo {
      position: absolute;
      left: 3.5%;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        footer &gt; .inner .logo {
          position: static;
          text-align: center;
          margin-bottom: 20px; } }
    footer &gt; .inner p.more {
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      letter-spacing: 4px; }
      @media screen and (max-width: 768px) {
        footer &gt; .inner p.more {
          font-size: 14px; } }
  footer ul {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 768px) {
      footer ul {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: -webkit- space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    footer ul li {
      width: calc(100% / 8);
      height: calc(100vw / 8);
      min-height: 149px;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        footer ul li {
          width: calc(100% / 4);
          height: calc(90vw / 4);
          min-height: 0; } }
      footer ul li a {
        display: block;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        text-decoration: none; }
        footer ul li a:hover {
          opacity: 0.7; }
      footer ul li img {
        width: 100%; }
        @media screen and (max-width: 768px) {
          footer ul li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.1); } }
      footer ul li span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 18px;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        background: url(../../img/btn_arrow.png) right 5px center no-repeat; }
        @media screen and (max-width: 768px) {
          footer ul li span {
            font-size: 10px;
            background: none; } }
  footer p.copy {
    text-align: center;
    margin-top: 20px; }
    footer p.copy small {
      font-size: 12px;
      color: #fff; }

/*# sourceMappingURL=include.css.map */
</pre></body></html>